home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01485_ÉNÉCÉbÉNÅEÉ^ÉCÉÄä÷òA.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  413 b   |  14 lines

  1. global nmaxpage, nminipage, syearstr, snextmovie, spastmovie, nnextfn, lmaxpagelist, lyearlist, presp, memframelabel
  2.  
  3. on msstime t1, t2
  4.   set the movieTime of sprite 32 to t1 * 60
  5.   set the startTime of sprite 32 to t1 * 60
  6.   set the stopTime of sprite 32 to t2 * 60
  7. end
  8.  
  9. on mqtcastset
  10.   if the type of sprite 32 <> 16 then
  11.     set the castNum of sprite 32 to cast (chars(syearstr, 1, 6) & "00.MOV")
  12.   end if
  13. end
  14.